projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4152e14
)
Fix location on renamed files
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 1 Apr 2019 12:52:27 +0000
(13:52 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 1 Apr 2019 12:52:27 +0000
(13:52 +0100)
Commit
4152e14e32b30cf4d067d960fa9772c85a00607a
renamed a bunch of
files, but did not fix the meson.build file that referenced them.
gtk/tools/meson.build
patch
|
blob
|
history
diff --git
a/gtk/tools/meson.build
b/gtk/tools/meson.build
index e082bc833f5f29245a35134b4a44fd2150e43e09..e60a0bd38363aebc511624b76d5f360dcc8059c2 100644
(file)
--- a/
gtk/tools/meson.build
+++ b/
gtk/tools/meson.build
@@
-28,9
+28,9
@@
foreach tool: gtk_tools
endforeach
# Data to install
-install_data('gtkbuilder.rng',
+install_data('gtk
4
builder.rng',
install_dir: join_paths(gtk_datadir, 'gtk-4.0'))
-install_data('gtk
builder.loc', 'gtk
builder.its',
+install_data('gtk
4builder.loc', 'gtk4
builder.its',
install_dir: join_paths(gtk_datadir, 'gettext/its'))